func path/filepath.join

2 uses

	path/filepath (current package)
		path.go#L213: 	return join(elem)
		path_unix.go#L41: func join(elem []string) string {